home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
ip
/
ka9q
/
src890906.arc
/
AX25TNC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1989-08-18
|
282b
|
17 lines
#ifndef NULLTNC
struct ax25tnc {
struct proc *input;
struct proc *output;
struct proc *upload;
struct session *session;
};
#define NULLTNC ((struct ax25tnc *)0)
/* In ax25cmd.c: */
void ax_upload __ARGS((int unused,void *sp1,void *p));
#endif /* NULLTNC */